home *** CD-ROM | disk | FTP | other *** search
/ SFX on CD ROM / SFX on CD ROM.iso / inst_dos.bat < prev    next >
Encoding:
DOS Batch File  |  1993-10-01  |  739 b   |  25 lines

  1. @Echo off
  2. echo   ░░░░░▒▒▒▒████  Welcome to the Sound Ideas -  Sound Effects  ████▒▒▒▒░░░░░
  3. echo   ░░░░░▒▒▒▒████           Database CDROM Installation         ████▒▒▒▒░░░░░
  4. echo   ░░░░░▒▒▒▒████ The software will now be installed onto the   ████▒▒▒▒░░░░░
  5. echo   ░░░░░▒▒▒▒████        hard drive on your machine.            ████▒▒▒▒░░░░░
  6.  
  7. cd \
  8. cd install
  9. copy setup.exe c:\
  10. echo copied setup.exe to c:\
  11. copy setup.inf c:\
  12. echo copied setup.inf to c:\
  13. cd\
  14. c:
  15. cd\
  16. win/s setup.exe
  17. echo deleting setup.exe
  18. del c:\setup.exe
  19. echo deleting setup.inf
  20. del c:\setup.inf
  21. goto exit
  22.  
  23. :exit                                                             
  24. echo   ░░░░░▒▒▒▒████                      Done !                   ████▒▒▒▒░░░░░
  25.